Data & Memory

Course- C IN LINUX >

We have used some simple data types to represent some information and transmit input to a program and to organise and display some visual output.

We have used HTML embedded in output strings to make output visible in a web browser.

As an exercise try this:

Write a program to put into your /public_html/cgi-bin folder which can be called in a browser with the name of a sports team or a country and a series of colours speciied perhaps as hexadecimals e.g. f0000 = red (rrggbb) used for the team colours or map colours, and which displays something sensible. My version looks like this:

C DATA & MEMORY
C DATA & MEMORY